WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridRowColCollection<T> Class / Insert Method / Insert(Int32,T) Method
In This Topic
    Insert(Int32,T) Method
    In This Topic
    Syntax
    public void Insert( 
       int index,
       T item
    )

    Parameters

    index
    item
    See Also